RasterRenderer.this

Creates a new [class@RasterRenderer] with the given details and a data source.

Parameters

id string

the map source's id

name string

the map source's name

license string

the map source's license

licenseUri string

the map source's license URI

minZoom uint

the map source's minimum zoom level

maxZoom uint

the map source's maximum zoom level

tileSize uint

the map source's tile size (in pixels)

projection ShumateMapProjection

the map source's projection

dataSource DataSource

a [class@DataSource] to provide tile image data

Return Value

a newly constructed [class@RasterRenderer]

Throws

ConstructionException GTK+ fails to create the object.

Meta